home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / c.txt next >
Text File  |  1993-11-03  |  5KB  |  146 lines

  1. Public (software) Library
  2. Copyright 1993 Nelson Ford, PsL ALL RIGHTS RESERVED
  3.  
  4. C Routines & Tools
  5.  
  6.  
  7. [3D_DLL]
  8. Three_d.dll
  9. (Donahue, Ray; $20-$50)
  10. is a DLL for making a Windows 3.0 dialog box appear to have a 3-dimensional
  11. look. Boxes can be recessed, extruding, or shadowed. C source code and EXE files
  12. for a demo program are included. Support is provided for EGA, VGA, and above.
  13.  
  14. [APPMAK]
  15. AppMaker 1.0
  16. (Mark Szamrej; $0) creates a skeleton for a Windows
  17. based application which is compatible with Visual C++ and MFC 2.0.
  18. CTL3D.DLL included.
  19.  
  20. [CDK_VB]
  21. CDK-VB
  22. (Langley, Brent K.; $0)
  23. contains information about creating custom controls for VB with C++.
  24.  
  25. [CENVIW]
  26. CEnvi for Windows (Nombas; $38) is a C interpreter that doubles as a Windows
  27. batch language. Several CEnvi programs are included, demonstrating such tasks
  28. as spawning processes, calling Windows DLLs, positioning windows, and
  29. automating messages to Windows processes.
  30.  
  31. [CLIKBAR@]
  32. ClickBar 1.0
  33. (WynApse SoftWare; $36)
  34. is a DLL that provides Windows software developers a robust 3D button
  35. interface. It allows you to produce commercial quality menubars, with
  36. 144 3-dimensional buttons to choose from. Other features include
  37. seamless integration with Borland's Resource Workshop, example source
  38. code, and more.
  39.  
  40. [Dib]
  41. Dib
  42. (Reilly, Patrick; $0)
  43. is a pair of functions for manipulating a DIB bitmap.
  44.  
  45. [DIRPKR]
  46. Dirpkr
  47. shows how to derive a class from CFileDialog and use a
  48. custom template. The dialog is a directory picker dialog, that allows
  49. the user to browse his drive(s) and pick a directory.
  50.  
  51. [DOSWin]
  52. DOSWin
  53. is sample code to restrict puts()-printf() output to a window in Windows 3.
  54. It also allows restricting some DOS programs output to a window.
  55.  
  56. [FixDS]
  57. FixDS 2.0
  58. (Geary, Michael; $0)
  59. is a C routine that eliminates need for EXPORTS and MakeProcInstance() in
  60. Windows applications; prevents bugs caused by omitting EXPORTS or
  61. MakeProcInstance(); and allows Windows applications to export functions that
  62. will be called directly from a dynamic link library.
  63.  
  64. [IXFWIN]
  65. IXFWIN 1.1
  66. (Orange Software; $88)
  67. turns C or C++ code into a cross referencing database. It lets you
  68. interactively search and browse through programs. This can help
  69. programmers better understand their source code and enable them to reuse
  70. their software.
  71.  
  72. [Journal]
  73. Journal
  74. (Fogelin, Eric; $0)
  75. is a dynamic Link library demonstrating Windows 2.0 Journal Hooks.
  76.  
  77. [Mail_OM]
  78. Mail_OM
  79. (Oregon Professional Microsystems, Inc.; $0)
  80. is the Microsoft C source code for a mailing list application for MS Windows.
  81.  
  82. [NewSpy]
  83. NewSpy 1.0
  84. (Feinleib, David A.; $25)
  85. is an improved version of the Spy program that is included in the SDK.
  86.  
  87. [REGEXP]
  88. Regular Expression DLL
  89. (Windfall Software Systems; $10)
  90. contains a dynamic link library compatible with Microsoft Windows. The library
  91. performs regular expression searches and a number of supporting operations.
  92.  
  93. [ROWCOL]
  94. ROWCOL (Howard Silver; $0) creates a MDI text editor for use with
  95. Visual C++.
  96.  
  97. [STSBARC]
  98. Status Bar Control 1.2.0
  99. (Krikorian, Jean-Marc; $0)
  100. is a DLL and associated files for displaying a Status Bar in Windows apps. A
  101. sample app and all source code are included.
  102.  
  103. [VCSLID]
  104. Slider Control
  105. (Northeast Data Corp.; $?)
  106. is a DLL control that appears as a slider similar to those used on
  107. audio/video equipment such as stereos, tuners, and amplifiers. For C++.
  108.  
  109. [WCE]
  110. Windows C Editor 2.0
  111. (DeCillis, Tom; $35)
  112. is a programming shell. It features a logical toolbar and click SAA/CUA
  113. compliant interface that lets you edit, run, and compile all the necessary parts
  114. of a Windows application using the Microsoft Windows SDK.
  115.  
  116. [WINCLAS]
  117. WinClass
  118. (Pittelkow, Michael; $0)
  119. is a C++ class library for Windows 3.
  120.  
  121. [WINET]
  122. WINET
  123. (Booth, Duncan; $0)
  124. is an execution profiler for Windows applications. C source code is included.
  125.  
  126. [WINBGN]
  127. WinBegin 3.0
  128. (Crayne, Susan; $35)
  129. is a development tool for creating very simple C programs which run under
  130. Windows 3.0. It is intended for the beginning programmer.
  131.  
  132. [WIN_CLP]
  133. Winclip
  134. (Schulman, Andrew; $0)
  135. contains source code showing how DOS programs can use INT 2Fh services
  136. to access the Windows clipboard (in enhanced mode only).
  137.  
  138. [DIALOG]
  139. WinDialog
  140. (Cordts, Soenke; $45)
  141. is a simple way for programmers to create dialog boxes. These dialogs
  142. can be implemented into programs using the Application Program Interface
  143. that is included, or C source code can be generated. Features include
  144. animation, animated buttons, sound for buttons, and more.
  145.  
  146.